Tegra186: trampoline: include bl_common.h
authorVarun Wadekar <[email protected]>
Fri, 11 Jan 2019 22:48:41 +0000 (14:48 -0800)
committerVarun Wadekar <[email protected]>
Thu, 7 Feb 2019 16:47:51 +0000 (08:47 -0800)
This patch includes bl_common.h from plat_trampoline.S to link with
the __BL31_END__ symbol.

Change-Id: Ie66c5009018472607db668583c9a0b3553f0ae73
Signed-off-by: Varun Wadekar <[email protected]>
plat/nvidia/tegra/soc/t186/plat_trampoline.S

index e3393e90ea524b862ae9bb32a5ec65ae5336ac8c..db692349e1e5c0ec0f64ec6f3dfda2e5e24b4b91 100644 (file)
@@ -1,11 +1,12 @@
 /*
- * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved.
  *
  * SPDX-License-Identifier: BSD-3-Clause
  */
 
 #include <arch.h>
 #include <asm_macros.S>
+#include <common/bl_common.h>
 #include <memctrl_v2.h>
 #include <plat/common/common_def.h>
 #include <tegra_def.h>